2024-01-26
temporary scope
ref: https://stackoverflow.com/questions/8046142/can-i-define-a-scope-anywhere-in-pythonNOSubstitution:def f(): ... f()try: a = 1 b = 2 finally: del a del
No more posts to load.